Zmarties makes a number of fixes to the NMEA reader:
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 18 Oct 2005 21:42:30 +0000 (21:42 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 18 Oct 2005 21:42:30 +0000 (21:42 +0000)
commit2d8d4e52b4d02b8af15565e277d232b7b2485d10
tree0824c3620f078d64a0af56b3f86ce4aa362414d8
parent60b3363464660ca61da38cd2be6a1a497119c72b
Zmarties makes a number of fixes to the NMEA reader:
* It makes invalid assumptions about the order of sentences,
specifically that it will receive a message with a date in it as the
first message
* it uses a uninitialized variable
* it treats invalid sentences as if they were valid
* it will accept a garbage truncated last line of the file as valid,
since the missing checksum on this line is not treated as an error

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1476 f51c46e8-681c-474f-0cfe-069cfd0219fb
gpsbabel/nmea.c